-
Notifications
You must be signed in to change notification settings - Fork 156
[eas-cli] amend credential removal wording #2334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/changelog-entry chore amend credential removal wording |
|
✅ Thank you for adding the changelog entry! |
|
Size Change: +549 B (0%) Total Size: 51.4 MB
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2334 +/- ##
==========================================
- Coverage 53.67% 53.66% -0.01%
==========================================
Files 525 525
Lines 19256 19264 +8
Branches 4062 4066 +4
==========================================
+ Hits 10334 10336 +2
- Misses 8197 8203 +6
Partials 725 725 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awesome, thanks!
Why
I recently capped the number of Entities we load from www on the ApplePushKey
iosAppCredentialsListedge and the AppleDistributionCertificateiosAppBuildCredentialsListedge because we had some outlier users that had thousands of entities on those edges. We use the edges to tell the user which apps still use the credential when users try to delete it.How
Amend the wording to tell the user that they may have more apps relying on the credential if the
wwwlimit has been hit.Test Plan